CDSequenceEnd
Your application calls theCDSequenceEnd
function to indicate the end of processing for an image sequence.
pascal OSErr CDSequenceEnd (ImageSequence seqID);
seqID
- Contains the unique sequence identifier that was returned by the
DecompressSequenceBegin
orCompressSequenceBegin
function (described on page 3-107 and page 3-100, respectively).SPECIAL CONSIDERATIONS
You must make this call toCDSequenceEnd
to make sure that all resources associated with the sequence are freed.RESULT CODES
noErr 0 No error paramErr -50 Invalid parameter specified noCodecErr -8961 The Image Compression Manager could not find the specified compressor SEE ALSO
See "Compressing Sequences," which begins on page 3-31, and "Decompressing Sequences," which begins on page 3-33, for more on how to useCDSequenceEnd
.
Also see "A Sample Program for Compressing and Decompressing a Sequence of Images," which begins on page 3-35, for details on how to useCDSequenceEnd
.